Makes source data rows used in obtaining a given aggregated value accessible to the server's clients.
'Declaration
Public Overloads Shared Function GetDetails( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Collections.Generic.Dictionary(Of String,Object), _
ByVal () As System.Object, _
ByVal As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task(Of IList)
public static System.Threading.Tasks.Task<IList> GetDetails(
System.string ,
System.string ,
System.Collections.Generic.Dictionary<string,object> ,
System.object[] ,
System.Threading.CancellationToken
)
Parameters
- workspace
- Path in the server's file system where DataEngine data is saved in files.
- table
- The name of a DataEngine table.
- view
- View definition used for performing aggregation.
- key
- Key values specifying the aggregated value (subtotal). See a description of keys and values in %C1.FlexPivot.C1FlexPivotEngine.Exec(string, string, System.Collections.Generic.Dictionary<string,object>, System.Threading.CancellationToken)%
- cancelToken
- Enables task cancellation.
Return Value
List of source data objects that contributed to the given aggregation value.